ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FunctionSeries<T> Class
Members

In This Topic
    FunctionSeries<T> Class
    In This Topic
    Represents an extension of the FunctionSeries for the FlexChart.
    Object Model
    FunctionSeries<T> ClassSVGStyle ClassSVGStyle ClassSVGStyle Class
    Syntax
    'Declaration
     
    
    Public Class FunctionSeries(Of T) 
       Inherits TrendLineBase(Of T)
    public class FunctionSeries<T> : TrendLineBase<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.TrendLineBase<T>
                C1.Web.Mvc.FunctionSeries<T>
                   C1.Web.Mvc.ParametricFunctionSeries<T>
                   C1.Web.Mvc.YFunctionSeries<T>

    See Also